home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / clib37x.lha / CLib37x / source / lib_source / SampleFuncs.h < prev    next >
C/C++ Source or Header  |  1997-12-02  |  370b  |  13 lines

  1. /*
  2. **      $VER: SampleFuncs.h 37.12 (29.6.97)
  3. **
  4. **      Demo functions for example.library
  5. **
  6. **      (C) Copyright 1996-97 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #include "compiler.h"
  11.  
  12. extern ULONG __saveds ASM EXF_TestRequest( register __d1 UBYTE *title_d1 GNUCREG(d1), register __d2 UBYTE *body GNUCREG(d2), register __d3 UBYTE *gadgets GNUCREG(d3));
  13.